ANIMATION LOOPING

This command determines whether an animation is looping.

  Syntax
Return Integer=ANIMATION LOOPING(Animation Number)
  Parameters
Animation Number
Integer
This value specifies the animation number, between 1 and 32

  Returns

This value is one if the specified animation is looping, otherwise zero will be returned

  Example Code
LOAD ANIMATION "video.avi",1
PRINT ANIMATION LOOPING(1)
WAIT KEY
  See also

ANIMATION Commands Menu
Index